projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b71ed3
)
testsuite: Update the settings test output
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Mar 2020 19:52:25 +0000
(15:52 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Mar 2020 19:53:19 +0000
(15:53 -0400)
testsuite/tools/settings.in
patch
|
blob
|
history
diff --git
a/testsuite/tools/settings.in
b/testsuite/tools/settings.in
index 38a69c1b00056b432bfda732bb330f0978363b18..98c9acc04d94131d22687fd3c4aa9c25d8f513ce 100755
(executable)
--- a/
testsuite/tools/settings.in
+++ b/
testsuite/tools/settings.in
@@
-10,7
+10,7
@@
echo "1..1"
name=gtk-query-settings
result=$TEST_RESULT_DIR/$name.out
$GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq
882
]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq
48
]; then
echo "ok 1 $name"
else
echo "not ok 1 $name"